
 @import url('../../../fonts/font.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: shabnam, sans-serif;
}
body {
  background-color: #0f182a;
  color: #e0e0e0;
  font-family: shabnam, sans-serif;
  direction: rtl;
  margin: 0;
}

.anime-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 16px;
}

.anime-banner {
  text-align: center;
  margin-bottom: 40px;
}

.anime-banner img {
  width: 100%;
  max-width: 400px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 64, 129, 0.4);
}

.anime-banner h1 {
  font-size: 2.5rem;
  margin-top: 20px;
  background: linear-gradient(to left, #ff4081, #33ccff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.anime-description {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 40px;
}

.anime-info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.anime-info li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.anime-info strong {
  color: #ff4081;
}

.anime-download h2 {
  text-align: center;
  margin-bottom: 20px;
}

.download-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
}

.download-button {
  display: block;
  text-align: center;
  padding: 12px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  transition: background-color 0.2s, transform 0.2s;
}

.download-button:hover {
  background-color: #444;
  transform: translateY(-2px);
}



/* //........ Footer ...... // */

footer {
    width: 100%;
    background: var(--black);
}

.footer-container .content_1 img {
    height: 130px;
    width: 200px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}

.footer-container h4 {
    color: var(--white);
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 18px;
}

.footer-container a {
    display: block;
    text-decoration: none;
    color: var(--grey);
    margin-bottom: 15px;
    font-size: 14px;
}

.footer-container .content_1 p,
.footer-container .content_4 p {
    color: var(--grey);
    margin: 25px 0;
    font-size: 14px;
}

.footer-container .content_4 input[type="email"] {
    background-color: var(--black);
    border: none;
    color: var(--white);
    outline: none;
    padding: 15px 0;
}

.footer-container .content_4 .f-mail {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-container .content_4 .bx {
    color: var(--white);
}

.f-design {
    width: 100%;
    color: var(--white);
    text-align: center;
}

.f-design .f-design-txt {
    border-top: 1px solid var(--grey);
    padding: 25px 0;
    font-size: 14px;
    color: var(--grey);
}


/* //........ contact ...... // */

.center-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f05e8a;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 12px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.center-btn:hover {
  background-color: #d94c76;
}

.contact {
    margin-top: 45px;
}

iframe {
    height: 72vh;
    width: 100%;
}

.form {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
}

.form .form-txt {
    flex-basis: 48%;
}

.form .form-txt h4 {
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: 1.5px;
    font-size: 15px;
    margin-bottom: 15px;
}

.form .form-txt h1 {
    font-weight: 600;
    color: var(--black);
    font-size: 40px;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    color: var(--light-black);
}

.form .form-txt span {
    color: var(--light-black);
    font-size: 14px;
}

.form .form-txt h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
    color: var(--light-black);
}

.form .form-txt p {
    color: var(--light-black);
    font-size: 14px;
}

.form .form-details {
    flex-basis: 48%;
}

.form .form-details input[type="text"],
.form .form-details input[type="email"] {
    padding: 15px 20px;
    color: var(--grey);
    outline: none;
    border: 1px solid var(--grey);
    margin: 35px 15px;
    font-size: 14px;
}

.form .form-details textarea {
    padding: 15px 20px;
    margin: 0 15px;
    color: var(--grey);
    outline: none;
    border: 1px solid var(--grey);
    font-size: 14px;
    resize: none;
}

.form .form-details button {
    padding: 15px 25px;
    color: var(--white);
    font-weight: 500;
    background: var(--black);
    outline: none;
    border: none;
    margin: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}


/* //....... Media Queries .......// */

/* همبرگری */
.hamburger {
  font-size: 28px;
  cursor: pointer;
  color: white;
  display: none;
  padding: 10px;
  z-index: 1001;
}

/* منو اصلی */
.menu-items {
  display: flex;
  flex-direction: row;
  margin-right: 3rem;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .neon-box {
    width: 100%;
    margin-left: 0;
    height: auto;
    flex-direction: column;
    padding: 20px;
    border-radius: 30px;
  }

  .best-seller {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .best-p1 {
    width: 90%;
    max-width: 300px;
    margin: 10px auto;
  }

  .best-p1 img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .sjmrate {
    width: 45px;
    font-size: 14px;
  }

  .agedes {
    font-size: 0.8rem;
    padding: 2px 6px;
  }

  .hover-text {
    font-size: 0.9rem;
    padding: 6px;
  }

  .top-sales-header {
    flex-direction: column;
    text-align: center;
    padding: 10px;
  }

  .top-sales-header h2,
  .top-sales-header p {
    font-size: 1rem;
  }

  .view-all-btn {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

/* واکنش‌گرایی */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .l-news {
    flex-direction: column;
    align-items: center;
    gap: 140px;
    padding: 0 10px;
  }

  .l-news1, .l-news2, .l-news3 {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .news1-conte, .news2-conte, .news3-conte {
    position: static;
    padding: 15px;
    margin-top: 10px;
    text-align: center;
  }

  .news-heading h2 {
    font-size: 24px;
  }

  .news-heading p {
    font-size: 16px;
  }

  .custom-button {
    font-size: 18px;
    padding: 10px 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px 10px;
  }

  .footer-container > div {
    margin-bottom: 30px;
  }

  .footer-container img {
    width: 150px;
    height: auto;
  }

  .f-mail {
    flex-direction: column;
    gap: 10px;
  }

  .f-design .f-design-txt {
    font-size: 13px;
  }

  .menu-items {
    display: none;
    flex-direction: column;
    background-color: rgba(246, 241, 241, 0.95);
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 999;
  }

  .menu-items.show {
    display: flex;
  }

  .menu-items li {
    margin: 10px 0;
    text-align: center;
  }

  .navbar-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  .logoZ {
    width: 90px;
  }

  .magic-text {
    font-size: 20px;
    margin-right: 0;
    text-align: center;
  }

  #backgroundImage {
    height: 400px;
  }
}

/* 🖥 مانیتورهای بزرگ (عرض بیشتر از 1440px) */
@media (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .magic-text {
    font-size: 32px;
    margin-right: -800px;
  }

  .menu-items li {
    font-size: 1.4rem;
  }

  .neon-box {
    width: 1350px;
    height: 500px;
  }

  .seller .best-p1 {
    width: 280px;
    height: 400px;
  }
}

/* 💻 دسکتاپ معمولی (1025px تا 1439px) */
@media (min-width: 1025px) and (max-width: 1439px) {
  .container {
    max-width: 1200px;
  }

  .magic-text {
    font-size: 28px;
    margin-right: -600px;
  }

  .menu-items li {
    font-size: 1.2rem;
  }

  .neon-box {
    width: 1200px;
    height: 480px;
  }

  .seller .best-p1 {
    width: 260px;
    height: 380px;
  }
}

/* 📲 تبلت افقی و لپ‌تاپ کوچک (769px تا 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }

  .container {
    width: 90%;
  }

  .logo {
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-start;
  }

  .magic-text {
    font-size: 24px;
    margin-right: -300px;
  }

  .navbar-container {
    flex-direction: row;
    height: auto;
    padding: 10px 20px;
  }

  .menu-items {
    flex-direction: row;
    justify-content: center;
    margin-right: 1rem;
  }

  .menu-items li {
    margin: 10px;
    font-size: 17px;
  }

  #backgroundImage {
    height: 600px;
  }

  .head-txt {
    font-size: 17px;
  }

  .neon-box {
    width: 100%;
    margin-left: 0;
    height: auto;
    flex-direction: column;
  }

  .collections {
    flex-direction: column;
  }

  .seller {
    flex-direction: column;
    align-items: center;
  }

  .form {
    flex-direction: column;
  }

  .form .form-txt,
  .form .form-details {
    width: 100%;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .l-news {
    flex-direction: column;
    gap: 30px;
  }
}

/* 📳 موبایل متوسط (481px تا 768px) */
@media (min-width: 481px) and (max-width: 768px) {
  body {
    font-size: 14px;
    transform: scale(0.95);
    transform-origin: top center;
  }

  .logo {
    margin-right: 0;
    margin-bottom: 10px;
    flex-direction: row;
    justify-content: center;
  }

  .logoZ {
    width: 40px;
  }

  .container {
    width: 95%;
    padding: 0 10px;
  }

  .head {
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    text-align: center;
  }

  .magic-text {
    font-size: 20px;
    margin-right: 0;
    text-align: center;
  }

  .navbar-container {
    flex-direction: column;
    height: auto;
    padding: 10px 0;
  }

  .menu-items {
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 10px 0;
  }

  .menu-items li {
    margin: 10px 0;
    font-size: 16px;
  }

  .navbar-container ul a {
    font-size: 16px;
  }

  #backgroundImage {
    height: 400px;
    margin-top: 60px;
  }

  .head-txt {
    font-size: 16px;
    text-align: center;
    padding: 10px;
  }

  .neon-box {
    width: 100%;
    margin-left: 0;
    height: auto;
    flex-direction: column;
  }

  .collections {
    flex-direction: column;
  }

  .seller {
    flex-direction: column;
    align-items: center;
  }

  .seller .best-p1 {
    width: 90%;
    margin: 20px 0;
  }

  .form {
    flex-direction: column;
  }

  .form .form-txt,
  .form .form-details {
    width: 100%;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .l-news {
    flex-direction: column;
    gap: 30px;
  }

  .l-news img {
    width: 100%;
    height: auto;
  }

  .l-news1,
  .l-news2,
  .l-news3 {
    width: 100%;
    height: auto;
  }

  .news1-conte,
  .news2-conte,
  .news3-conte {
    position: static;
    padding: 15px;
  }
}

/* 📱 موبایل کوچک (عرض کمتر از 480px) */
@media (max-width: 480px) {
  body {
    font-size: 13px;
    transform: scale(0.9);
    transform-origin: top center;
  }

  .logoZ {
    width: 35px;
  }

  .magic-text {
    font-size: 18px;
    text-align: center;
    margin-right: 0;
  }

  .menu-items li {
    font-size: 15px;
  }

  .head-txt {
    font-size: 15px;
  }

  #backgroundImage {
    height: 300px;
  }

  .custom-button {
    font-size: 18px;
    padding: 10px 20px;
  }

  .news-heading h2 {
    font-size: 24px;
  }

  .form .form-details input,
  .form .form-details textarea {
    margin: 15px 0;
    width: 100%;
  }

  .footer-container .content_1 img {
    width: 150px;
    height: auto;
  }
}
